EDK - Writing Extensions for PC64Win
------------------------------------

See the directory "Simons' Basic" for a simple extension with 8 KB ROM at $8000, another 8 KB at $A000 and a banking register at $DExx. To get "Simons Basic.mak" compiled with Visual C++ 4.2, you must do the following things:

1. Add C:\PC64Win\EDK\Include\Win32 to "Tools / Options / Directories / Include Files".

2. In "Build / Settings / Debug", set:

Executable for debug session = ..\PC64Win.exe
Working Directory            = ..
Program arguments            = -extension "SimonBas.dll"

These settings are not saved in the MAK file.

To load an extension outside of Visual C++, type:

PC64Win.exe -extension "Name.dll" [...other parameters]

To create a new extension for PC64Win, run "File / New / Project Workspace" in Visual C++ and then select "PC64Win Extension" as the type. The base directory should be C:\PC64Win\EDK. Enter a name for the extension and press OK.
